Accusoft.OCRXpress.nodejs
Debug Your Application

Because debugging and writing debug information to a log file is time consuming and expensive, OCR Xpress
for Node.js streamlines debugging by only returning information relevant to a given error. This is done via the
OCRX_Status structure which is returned by all OCR Xpress for Node.js API functions.

Exception Handling

OCR Xpress for Node.js attempts to handle all exceptions and return an error along with details relevant to
the error. The error is returned by callback from the function.

OCRX_Status with a StatusCode = OCRX_StatusOK represents a successful process, while OCRX_StatusError indicates an error.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback